Skip to content

chore(deps-dev): Bump ty from 0.0.78 to 0.0.79 - #3610

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/ty-0.0.79
Open

chore(deps-dev): Bump ty from 0.0.78 to 0.0.79#3610
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/ty-0.0.79

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps ty from 0.0.78 to 0.0.79.

Release notes

Sourced from ty's releases.

0.0.79

Release Notes

Released on 2026-09-07.

Bug fixes

  • Avoid dict keyword-call panics when typing is shadowed (#28292)
  • Discover configs in models derived from legacy generic classes (#28397)
  • Normalize recursive collection-use constraints (#28332)
  • Recover cycles when constructing known class instances (#28289)

CLI

  • Embed archive checksums in the shell installer (#4458)

Diagnostic improvements

  • Add Literal fixes for diagnostics flagging invalid type annotations (#28185)
  • Add await fixes for redundant conditions (#28169)
  • Add assert_never fixes for redundant final elif branches (#28178)
  • Add defensive assertion fallback for redundant elif fixes (#28179)
  • Add rules to detect always-truthy and always-falsy conditions (#28034)
  • Preserve deprecations on decorated callables (#28256)
  • Require a direct dependency for reveal_type backport fixes (#28177)
  • Suggest variable-length tuple annotations for redundant conditions (#28168)

Core type checking

  • Align TypeIs and isinstance narrowing (#28193)
  • Avoid falling back to Unknown when collecting type context constraints (#28297)
  • Ensure f is identity(f) evaluates to Literal[True] (#28360)
  • Fix callable specialization with union-valued ParamSpec (#28085)
  • Infer variance through recursive protocols (#28077)
  • Narrow types with ordered length comparisons (#28264)
  • Preserve gradual type context during generic call inference (#28091)
  • Preserve nominal subtyping for top-materialized protocols (#28271)
  • Preserve outer type variables during ParamSpec inference (#28306)
  • Preserve protocol intersections when narrowing gradual types (#28391)
  • Promote literals in nested (non-covariant) positions (#28389)
  • Reject missing attributes on type[] aliases (#28267)
  • Solve formal unions using constraint-sets (#28312)
  • Sync vendored typeshed stubs (#28331). Typeshed diff

Performance

  • Avoid unnecessary work when building specializations (#28369)
  • Bypass materialization queries for simple types (#28367)
  • Cache exception suppression for context managers (#28376)
  • Intern statement call predicates (#28373)

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.79

Released on 2026-09-07.

Bug fixes

  • Avoid dict keyword-call panics when typing is shadowed (#28292)
  • Discover configs in models derived from legacy generic classes (#28397)
  • Normalize recursive collection-use constraints (#28332)
  • Recover cycles when constructing known class instances (#28289)

CLI

  • Embed archive checksums in the shell installer (#4458)

Diagnostic improvements

  • Add Literal fixes for diagnostics flagging invalid type annotations (#28185)
  • Add await fixes for redundant conditions (#28169)
  • Add assert_never fixes for redundant final elif branches (#28178)
  • Add defensive assertion fallback for redundant elif fixes (#28179)
  • Add rules to detect always-truthy and always-falsy conditions (#28034)
  • Preserve deprecations on decorated callables (#28256)
  • Require a direct dependency for reveal_type backport fixes (#28177)
  • Suggest variable-length tuple annotations for redundant conditions (#28168)

Core type checking

  • Align TypeIs and isinstance narrowing (#28193)
  • Avoid falling back to Unknown when collecting type context constraints (#28297)
  • Ensure f is identity(f) evaluates to Literal[True] (#28360)
  • Fix callable specialization with union-valued ParamSpec (#28085)
  • Infer variance through recursive protocols (#28077)
  • Narrow types with ordered length comparisons (#28264)
  • Preserve gradual type context during generic call inference (#28091)
  • Preserve nominal subtyping for top-materialized protocols (#28271)
  • Preserve outer type variables during ParamSpec inference (#28306)
  • Preserve protocol intersections when narrowing gradual types (#28391)
  • Promote literals in nested (non-covariant) positions (#28389)
  • Reject missing attributes on type[] aliases (#28267)
  • Solve formal unions using constraint-sets (#28312)
  • Sync vendored typeshed stubs (#28331). Typeshed diff

Performance

  • Avoid unnecessary work when building specializations (#28369)
  • Bypass materialization queries for simple types (#28367)
  • Cache exception suppression for context managers (#28376)
  • Intern statement call predicates (#28373)
  • Lazily compute argument-context specializations (#28378)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 11, 2026
@dependabot
dependabot Bot deployed to development September 11, 2026 05:10 Active
@github-actions
github-actions Bot enabled auto-merge September 11, 2026 05:10
Bumps [ty](https://github.com/astral-sh/ty) from 0.0.78 to 0.0.79.
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.78...0.0.79)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.79
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants